home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-davinci / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  217 b   |  12 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. #
  5.  
  6. # Common objects
  7. obj-y             := time.o irq.o clock.o serial.o io.o id.o psc.o \
  8.                gpio.o mux.o devices.o usb.o
  9.  
  10. # Board specific
  11. obj-$(CONFIG_MACH_DAVINCI_EVM)  += board-evm.o
  12.